home *** CD-ROM | disk | FTP | other *** search
- /*
- -- MailUnreadWidget.js
- -- MailUnreadWidget
-
- -- Created by ?? ? on 05/05/25
- -- Copyright (c) 2005 QueueSoft. All rights reserved.
- */
-
- body {
- margin: 0;
- }
-
- #front-panel {
- position:absolute;
- top:0;
- left:0;
- width:600px;
- height:80px;
- }
-
- #mailTitle {
- position:absolute;
- top:15px;
- left:30px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:black;
- }
-
- #mailStatus {
- position:absolute;
- top:15px;
- left:85px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:white;
- }
-
- #accountTitle {
- position:absolute;
- top:15px;
- left:140px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:black;
- }
-
- #accountName {
- position:absolute;
- top:15px;
- left:205px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:white;
- }
-
- #mailBoxTitle {
- position:absolute;
- top:15px;
- left:300px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:black;
- }
-
- #mailBoxName {
- position:absolute;
- top:15px;
- left:354px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:white;
- }
-
- #unreadTitle {
- position:absolute;
- top:30px;
- left:30px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:black;
- }
-
- #subjectTitle {
- position:absolute;
- top:30px;
- left:80px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:black;
- }
-
- #subjectBox {
- position:absolute;
- top:45px;
- left:80px;
- z-index: 1;
- overflow: hidden;
- width: 485px;
- height: 16px;
- }
-
- #subject1 {
- position:absolute;
- top:0px;
- left:0px;
- font:12px "Helvetica Neue";
- font-weight: bold;
- color:white;
- z-index: 2;
- }
-
- .unread_icon {
- position:absolute;
- top:38px;
- left:50px;
- width:16px;
- height:16px;
- background-image: url("Images/unread.png");
- background-repeat: no-repeat;
- }
-
- #unread_icon1 {
- top:45px;
- }
-
- #back-panel {
- position:absolute;
- top: 0px;
- left: 0px;
- display:none;
- }
-
- .flip {
- position: absolute;
- top: 50px;
- right: 20px;
- width: 13px;
- height:13px;
- }
-
- #flip {
- opacity:0;
- background: url(file:///System/Library/WidgetResources/ibutton/white_i.png) no-repeat top left;
- }
-
- #fliprollie {
- display:none;
- opacity:0.25;
- background: url(file:///System/Library/WidgetResources/ibutton/white_rollie.png) no-repeat top left;
- }
-
- .label {
- position: absolute;
- font: 12px "Helvetica Neue";
- font-weight: bold;
- color:white;
- }
-
- #account-label {
- top:22px;
- left: 25px;
- }
-
- #mailbox-label {
- top:22px;
- left: 225px;
- }
-
- #animate-label {
- top:45px;
- left: 25px;
- }
-
- #version {
- position:absolute;
- top: 16px;
- right: 36px;
- }
-
- #done {
- position:absolute;
- top: 35px;
- right: 25px;
- }
-
- .popup {
- position:absolute;
- left: 85px;
- width: 132px;
- }
-
- #account-popup {
- top:20px;
- }
-
- #mailbox-popup {
- top:20px;
- left: 320px;
- }
-
- #animate-check {
- position:absolute;
- top:45px;
- left: 80px;
- }
-
- #topEdge {
- position:absolute;
- top:0;
- left:0;
- width:600px;
- height:28px;
- background-image: url("Images/Top.png");
- background-repeat: no-repeat;
- }
-
- #bottomEdge {
- position:absolute;
- top:24;
- bottom:0;
- width:600px;
- height:29px;
- background-image: url("Images/Bottom.png");
- background-repeat: no-repeat;
- }
-
- #center {
- position:absolute;
- top:28px; /* set to topEdge.bottom, or (topEdge.top + topEdge.height) */
- bottom:25px; /* set to bottomEdge.top, or (bottomEdge.bottom + bottomEdge.height) */
- right:0;
- left:0;
- background-image:url("Images/Center.png");
- background-repeat:repeat-y;
- overflow:hidden;
- }